home *** CD-ROM | disk | FTP | other *** search
- ;---[ NetNWCli.INX ]------------------------------------
- ;
- ; Client for Netware Networks
- ;
- ; Copyright (c) 1999, Microsoft Corporation
- ;
-
- [Version]
- Signature = "$Windows NT$"
- Class = NetClient
- ClassGUID = {4D36E973-E325-11CE-BFC1-08002BE10318}
- Provider = %Msft%
- LayoutFile = layout.inf
- DriverVer=03/03/2003,5.00.2195.6675
-
- [Manufacturer]
- %Msft% = MSFT
-
- [MSFT]
- %NWC_Install_Display_Name% = NWClient.Ndi, MS_NWCLIENT
-
- [NWClient.Ndi]
- AddReg = NWClient.Ndi.AddReg
- Characteristics = 0
-
- [NWClient.Ndi.Remove]
- DelReg = NWClient.DelReg
-
- [NWClient.Ndi.Services]
- AddService = NWCWorkstation,, NWCWorkstation_Service_Inst, NWCWorkstation_Evt
- AddService = NWRDR,, NWRDR_Service_Inst, NWRDR_Evt
-
- [NWClient.Ndi.Remove.Services]
- DelService = NWCWorkstation
- DelService = NWRDR
-
- [NWCWorkstation_Service_Inst]
- DisplayName = %NWC_Service_Display_Name%
- ServiceType = 0x20 ;SERVICE_WIN32_SHARE_PROCESS
- StartType = 2
- ErrorControl = 1
- ServiceBinary = %11%\services.exe
- StartName = LocalSystem
- AddReg = NWCWorkstation.AddReg
- Description = %NWC_Service_Description%
-
- [NWRDR_Service_Inst]
- DisplayName = %NWRDR_Service_Display_Name%
- ServiceType = 2 ;SERVICE_FILE_SYSTEM_DRIVER
- StartType = 3
- ErrorControl = 1
- ServiceBinary = %12%\nwrdr.sys
- AddReg = NWRDR.AddReg
- Description = %NWRDR_Service_Display_Name%
-
- [NWClient.Ndi.AddReg]
- ; NDI install registry keys
- HKR, Ndi, ClsID,, "{5bedf7de-98cf-11d0-b255-00c04fc9e292}"
- HKR, Ndi, Service,, "NWCWorkstation"
- HKR, Ndi, CoServices, 0x10000, "NWCWorkstation"
- HKR, Ndi, HelpText,, "%NWC_Service_Help%"
- HKR, Ndi\Interfaces, UpperRange,, "winnet5"
- HKR, Ndi\Interfaces, LowerRange,, "ipx"
-
- [NWCWorkstation.AddReg]
- HKR,"NetworkProvider", "Class", 0x10001, 11
- HKR,"NetworkProvider", "NWCompatibleAuthentication", 0x10001, 1
- HKR,"NetworkProvider", "Name",, %NWC_Network_Display_Name%
- HKR,"NetworkProvider", "ProviderPath", 0x20000, "%SystemRoot%\System32\nwprovau.dll"
-
- HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\nwprovau","Asynchronous",0x10001,0
- HKLM,"Software\Microsoft\Windows NT\currentVersion\Winlogon\Notify\nwprovau","DllName",0x20000,"nwprovau.dll"
- HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\nwprovau","Impersonate",0x10001,0
- HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\nwprovau","LogoffPostProfileUnload",0,"WinlogonLogoffPostProfileUnloadEvent"
-
- [NWClient.Ndi.NetworkProvider]
- DeviceName = "nwrdr"
- ShortName = "NW"
-
- [NWClient.Ndi.PrintProvider]
- PrintProviderName = "NetWare or Compatible Network"
- PrintProviderDll = "nwprovau.dll"
- DisplayName = "%NWC_Network_Display_Name%"
-
- [NWRDR.AddReg]
- HKR, "Performance", "Library",, "perfnw.dll"
- HKR, "Performance", "Open",, "OpenNetWarePerformanceData"
- HKR, "Performance", "Collect",, "CollectNetWarePerformanceData"
- HKR, "Performance", "Close",, "CloseNetWarePerformanceData"
- HKLM,"Software\Microsoft\Rpc\ClientProtocols", "ncadg_ipx",, "rpcrt4.dll"
- HKLM,"Software\Microsoft\Rpc\ClientProtocols", "ncacn_spx",, "rpcrt4.dll"
-
- [NWCWorkstation_Evt]
- AddReg = NWCWorkstation_Evt_AddReg
-
- [NWCWorkstation_Evt_Addreg]
- HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\nwevent.dll"
- HKR,, TypesSupported, 0x00010001, 0x00000007
-
- [NWRDR_Evt]
- AddReg = NWRDR_Evt_AddReg
-
- [NWRDR_Evt_Addreg]
- HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\nwevent.dll"
- HKR,, TypesSupported, 0x00010001, 0x00000007
-
- [Strings]
- Msft = "Microsoft"
-
- NWC_Install_Display_Name = "Client Service for NetWare"
-
- NWC_Service_Display_Name = "Client Service for NetWare"
-
- NWC_Service_Description = "Provides access to file and print resources on NetWare networks."
-
- NWC_Service_Help = "Enables this computer to log on to NetWare servers and access their resources."
-
- NWC_Network_Display_Name = "NetWare or Compatible Network"
- NWRDR_Service_Display_Name = "NetWare Rdr"
-
-